home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / s / ep_appicon.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  186b  |  15 lines

  1. /* EaglePlayer - Iconify-Modus = AppIcon */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. appicon
  8.  
  9. if result == "no" then do
  10.     say "Cannot use Appicon !"
  11. end
  12. elso do
  13.     say "AppIcon now used !"
  14. end
  15.